github.com/andybalholm/brotli.blockSplitIterator.length_ (field)

6 uses

	github.com/andybalholm/brotli (current package)
		histogram.go#L159: 	length_ uint
		histogram.go#L167: 		self.length_ = uint(split.lengths[0])
		histogram.go#L169: 		self.length_ = 0
		histogram.go#L174: 	if self.length_ == 0 {
		histogram.go#L177: 		self.length_ = uint(self.split_.lengths[self.idx_])
		histogram.go#L180: 	self.length_--